DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / RemoveRange Method

In This Topic
    RemoveRange Method (C1DynamicList<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RemoveRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) 
    public void RemoveRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    count
    See Also